切换主题
CREATE DATABASE database_name;
create table table_name( `column_name` column_type commont "commont" );
807a912